Button Behavior Values

These define how the button responds to mouse clicks.

NameValueDescription
xpButtonBehaviorPushButton"0" Standard push button behavior. The button highlights while the mouse is clicked
over it and unhighlights when the mouse is moved outside of it or released.
If the mouse is released over the button, the xpMsg_PushButtonPressed message
is sent.
xpButtonBehaviorCheckBox"1" Check box behavior. The button immediately toggles its value when the mouse is clicked and sends out a xpMsg_ButtonStateChanged message.
xpButtonBehaviorRadioButton"2" Radio button behavior. The button immediately sets its state to one
and sends out a xpMsg_ButtonStateChanged message if it was not already set
to one. You must turn off other radio buttons in a group in your code.